type net/http.http2PriorityParam

13 uses

	net/http (current package)
		h2_bundle.go#L2399: 	Priority http2PriorityParam
		h2_bundle.go#L2487: 	Priority http2PriorityParam
		h2_bundle.go#L2539: 	http2PriorityParam
		h2_bundle.go#L2543: type http2PriorityParam struct {
		h2_bundle.go#L2559: func (p http2PriorityParam) IsZero() bool {
		h2_bundle.go#L2560: 	return p == http2PriorityParam{}
		h2_bundle.go#L2576: 		http2PriorityParam: http2PriorityParam{
		h2_bundle.go#L2588: func (f *http2Framer) WritePriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L5907: func (sc *http2serverConn) checkPriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L10645: 	AdjustStream(streamID uint32, priority http2PriorityParam)
		h2_bundle.go#L11176: func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L11350: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L11452: func (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}